home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / zdoor33.arc / ZNEWS < prev    next >
Text File  |  1989-03-12  |  2KB  |  54 lines

  1.  
  2. ZDoor News
  3.  
  4. ─────[ 03/11/89 ]─────────────────────────────────────────────────────────────
  5.  
  6. ZDoor can now handle .ZIP format files.  If you want a verbose listing of
  7. the ZIP contents, you use the  F V  or  F S  commands.  If the board's
  8. default filename extension for archive files is .ZIP, then you need not
  9. supply the extension when specifying which .zip file to process but will
  10. need to specify it when requesting a .arc file.  Likewise, if the board's
  11. default extension is anything else (like .ARC), then the need for
  12. specifying the filename extension is reversed.
  13.  
  14. Requested uploads are now checked for duplication elsewhere on the bbs
  15. without regard to the filename extension.  What this means is that if you
  16. tell ZDoor you'd like to upload a file called File1.Zip, but File1.Arc
  17. already exists on the system, that upload will be rejected.
  18.  
  19. ───────[ 12/30/88 ]───────────────────────────────────────────────────────────
  20.  
  21. The newest ZDoor feature is a command called MARK.  It's very simple.  When
  22. you're at the main ZDoor command line, OR you're reviewing files (with the F,
  23. L, N, or Z commands) and you reach a MORE: prompt, you just type MARK.  ZDoor
  24. will ask you what file(s) you want to mark for later download.  You type one
  25. or more filenames, and ZDoor will mark them.  As an example, you can leaf
  26. through several pages of filenames and each time you reach the MORE: prompt at
  27. the end of the screen, you type MARK followed by the names of the files you
  28. want.  When you've finished your review, type MARK, select the Download
  29. command, and ZDoor does the rest.
  30.  
  31. ───────[ 12/25/88 ]───────────────────────────────────────────────────────────
  32.  
  33. ZDoor now incorporates boolean logic in it's search routines!  You can have
  34. more than one keyword in your search string for both Z and W searches.
  35.  
  36. +  is the logical AND operator, and  |  is the logical OR operator.
  37.  
  38. For example, if you are interested in files that pertain to disks, you might
  39. in the past have given the search command:
  40.  
  41. Z DISK A
  42.  
  43. to search all directories for files that have the word DISK in the file name
  44. or in the file description.  However, if you're only interested in hard disks,
  45. you can now give the search command:
  46.  
  47. Z HARD+DISK A
  48.  
  49. and will see only files that have both the words HARD and DISK in them.  If you
  50. wanted files that had either HARD or DISK, you'd use the command:
  51.  
  52. Z HARD|DISK A
  53.  
  54.